﻿/*
-----------------[社会使命]--------------*/
.m-zeren1{
    overflow: hidden;
    background-image: url(../images/bg02.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.m-zeren1 .g-tit1{
    margin-bottom: 17px;
}
.m-zeren1 .pic,.m-zeren1 .con{
    float: left;
    width: 50%;
}
.m-zeren1 .pic img{
    display: block;
    margin: 0 auto;
}
.m-zeren1 .con{padding-top: 45px;}
.m-zeren1 .con h4{
    font-size: 16px;
    color: #333;
    height: 45px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eee;
}
.m-zeren1 .con h4 span{
    display: inline-block;
    vertical-align: middle;
}
.m-zeren1 .con h4 .ico{
    width: 26px;
    height: 41px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    border-bottom: 1px solid #e8303f;
}
.m-zeren1 .con h4 .ico img{
    display: inline-block;
    vertical-align: middle;
}
.m-zeren1 .con .txt{
    color: #666;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 1.8em;
}
.m-shim{
    font-size: 16px;
    color: #666;
    padding-bottom: 15px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg03.png);
}
.m-shim .g-tit1{margin-bottom: 42px;}
.g-btn1{
    text-align: center;
}
.g-btn1 span{
    display: inline-block;
    width: 45px;height: 45px;
    margin-top: 35px;
    cursor: pointer;
    background: url(../images/ico-btn1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.g-btn1 span:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.m-slogan1{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    background-color: #e8303f;
}

.m-zeren2{
    padding-bottom: 98px;
    background-color: #ebebeb;
}
.m-zeren2 .g-tit1{margin-bottom: 45px;}
.zeren-list{
    padding: 0 90px;
    text-align: center;
}
.zeren-list .item{
    margin: 0 30px;
    color: #666;
}
.zeren-list .item img{
    display: block;
    width: 100%;
    margin-bottom: 28px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.zeren-list .item h4{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.zeren-list .item:hover{color: #e8303f;}
.zeren-list .item:hover img{
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.5);
    box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
.zeren-list .slick-arrow{
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    top: 60px;
    z-index: 2;
}
.zeren-list .slick-prev{
    left: 0;
    background: url(../images/prev1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.zeren-list .slick-next{
    right: 0;
    background: url(../images/next1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.zeren-list .slick-prev:hover{
    background: url(../images/prev2.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.zeren-list .slick-next:hover{
    background: url(../images/next2.png) 0 0 no-repeat;
    background-size: 100% 100%;
}


/*
-----------------[发展历程]--------------*/
.sl-list1{
    overflow: hidden;
    position: relative;
    padding: 70px 0 300px;
}
.sl-list1 ul{
    position: relative;
    margin-left: 100px;
}
.sl-list1 ul:after{
    position: absolute;
    content: '';
    top: 10px;left: 11px;
    width: 2px;z-index: 2;
    height: 100%;
    background-color: #e5e5e5;
}
.sl-list1 li{
    position: relative;
    padding-left: 40px;
}
.sl-list1 li:after{
    position: absolute;
    content: '';
    left: 0;top: 0;
    width: 25px;
    height: 25px;
    z-index: 3;
    background: url(../images/ico-sl05.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.sl-list1 li h4{
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.sl-list1 li .txt{
    font-size: 14px;
    color: #666;
    line-height: 1.9em;
    margin-bottom: 30px;
}
.sl-list1 li:hover h4,.sl-list1 li:hover .txt{color: #e8303f;}
.sl-list1 li:hover:after{
    background: url(../images/ico-sl06.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.sl-list1 .bg{
    position: absolute;
    left: 0;right: 0;
    bottom: 0;
    height: 780px;
    z-index: 4;
    background-image: url(../images/bg04.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.sl-list1 .bg .more{
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 100px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    background-color: #7f7f7f;
}
.sl-list1 .bg .more span{
    position: absolute;
    left: -5px;top: -5px;
    background-color: #eb6265;
    width: 100%;height: 100%;
    border-radius: 3px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.sl-list1 .bg .more:hover span{
    left: 0;top: 0;
}

/*
-----------------[造梦团队]--------------*/
.row-a1{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg05.png);
}
.row-b1{
    padding-top: 70px;
}
.row-b2{overflow: hidden;}
.m-cont1.marb1{margin-bottom: 220px;}
.m-cont1{
    max-width: 1000px;
    margin: 0 auto;
    border: 10px solid #eee;
}
.m-cont1 .txt{margin-top: -32px;padding: 0 50px;}
.txt-list .item{
    font-size: 16px;
    color: #333;
    line-height: 1.8em;
    height: 12.6em;
    overflow: hidden;
}
.m-cont1 .txt h3{
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 25px;
}

.team-list{
    padding: 0 54px;
    margin: 0 -110px;
}
.team-list .item{
    margin: 0 30px;
    padding: 30px 0 5px;
    text-align: center;
}
.team-list .item .con{
    font-size: 14px;
    color: #666;
    height: 44px;
    overflow: hidden;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.team-list .item img{
    margin-bottom: 22px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.team-list .item .name{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 5px;
}
.team-list .item p{
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.team-list .item:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); 
    -ms-transform: scale(1.05); 
    -o-transform: scale(1.05); 
    transform: scale(1.05);
    transform-origin: 50% 50%;
    -moz-box-shadow:0px 0px 10px rgba(0,0,0,.2); 
    -webkit-box-shadow:0px 0px 10px rgba(0,0,0,.2); 
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
}
.team-list .item:hover .con{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.team-list .slick-arrow{
    position: absolute;
    display: block;
    width: 40px;
    height: 150px;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    top: 45px;
    z-index: 2;
    background-color: #000;
}
.team-list .slick-arrow:after{
    position: absolute;
    content: '';
    width: 100%;height: 100%;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.team-list .slick-prev{left: 0;}
.team-list .slick-next{right: 0;}

.team-list .slick-prev:after{
    left: -5px;top: -5px;
    background: #eb6265 url(../images/prev4.png) center center no-repeat;
}
.team-list .slick-next:after{
    right: -5px;top: -5px;
    background: #eb6265 url(../images/next4.png) center center no-repeat;
}
.team-list .slick-prev:hover:after{
    left: 0;top: 0;
    background: #eb6265 url(../images/prev3.png) center center no-repeat;
}
.team-list .slick-next:hover:after{
    right: 0;top: 0;
    background: #eb6265 url(../images/next3.png) center center no-repeat;
}

.team-list .slick-dots,.team-list1 .slick-dots{
    text-align: center;
    padding: 30px 0;
}
.team-list .slick-dots li,.team-list1 .slick-dots li{
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #999;
    margin: 0 6px;
}
.team-list .slick-dots li.slick-active,.team-list1 .slick-dots li.slick-active{background-color: #e60012;}
.team-list .item img,.team-list1 .item img{
    margin: 0 auto;
}
.team-list .item img{margin-bottom: 20px;}
.team-list1{
    margin: 0 -110px;
    padding: 30px 0 90px;
}
.team-list1 .item{
    margin: 0 60px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.team-list1 .item img{width: 100%;}
.team-list1 .item .tit{
    margin-bottom: 38px;
}
.team-list1 .item .pic{
    position: relative;
    margin-bottom: 48px;
    overflow: hidden;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.team-list1 .item .pic .shade{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.team-list1 .item .name{font-size: 18px;color: #333;margin-bottom: 22px;}
.team-list1 .item .subtit{padding: 0 10px;}
.team-list1 .item .tit,
.team-list1 .item .name,
.team-list1 .item .subtit{
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.team-list1 .item.slick-center .tit,
.team-list1 .item.slick-center .name,
.team-list1 .item.slick-center .subtit{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.team-list1 .item.slick-center .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); 
    -ms-transform: scale(1.05); 
    -o-transform: scale(1.05); 
    transform: scale(1.05);
    transform-origin: 50% 50%;
    -moz-box-shadow:0px 0px 20px rgba(0,0,0,.5); 
    -webkit-box-shadow:0px 0px 20px rgba(0,0,0,.5); 
    box-shadow:0px 0px 20px rgba(0,0,0,.5);
}
.team-list1 .item.slick-center .pic .shade{
    background-color: rgba(0,0,0,0);
}
.team-list1 .slick-arrow{
    position: absolute;
    width: 13px;
    height: 21px;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    top: 35%;
    z-index: 2;
}
.team-list1 .slick-prev{
    left: 50%;
    margin-left: -17%;
    background: url(../images/prev5.png) center center no-repeat;
}
.team-list1 .slick-next{
    right: 50%;
    margin-right: -17%;
    background: url(../images/next5.png) center center no-repeat;
}
.team-list1 .slick-prev:hover{
    background: url(../images/prev6.png) center center no-repeat;
}
.team-list1 .slick-next:hover{
    background: url(../images/next6.png) center center no-repeat;
}



/*
-----------------[工匠精神]--------------*/
.ban-inner.inner1{height: 650px;}
.ban-inner.video{height: 650px;overflow: hidden;}
.ban-inner.video .vid{
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.ban-inner .txt1{
    position: absolute;
    top: 50%;left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.ban-inner .p-tit-1{
    font-size: 18px;
    color: #f5f5f5;
}
.ban-inner .p-tit-1 .sub{
    font-size: 16px;
    color: #fff;
}
.ban-inner .p-tit-1 h2{
    padding: 7px 0;
    font-size: 38px;
}
.ban-inner .p-tit-1 h2:before{
    margin-left: -8px;
    width: 16px;
}
.ban-inner .showVd{
    display: block;
    margin: 60px auto 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    background-color: #5c5e5f;
    color: #fff;
}
.ban-inner .showVd span{
    position: relative;
    top: -5px;
    left: -5px;
    z-index: 5;
    display: block;
    border-radius: 3px;
    background-color: #eb6265;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.ban-inner .showVd .ico{
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 17px;
    vertical-align: -4px;
    background: url(../images/ico-recg.png) center no-repeat;
}
.ban-inner .showVd:hover span{
    top: 0;left: 0;
}


.sl-list3{
    padding: 70px 0 35px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg10.png);
}
.sl-list3 ul li{
    position: relative;
    margin-bottom: 60px;
}
.sl-list3 ul .con{
    height: 440px;
    width: 85%;
    float: right;
    border: 10px solid #eee;
}
.sl-list3 ul .con h4{
    font-size: 36px;
    color: #333;
    padding: 0 40px;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: -30px;
}
.sl-list3 ul .pic{
    position: absolute;
    left: 0;top: 84px;
    width: 42%;
    border-radius: 3px;
    overflow: hidden;
}
.sl-list3 ul .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.sl-list3 ul .txt{
    float: right;
    width: 58%;
    padding-top: 120px;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 1.8em;
}
.sl-list3 ul .txt .ico{
    display: block;
    height: 90px;
    margin: 0 auto 25px;
}
.sl-list3 ul li:nth-child(even) .con{
    float: left;
}
.sl-list3 ul li:nth-child(even) .pic{
    left: auto;right: 0;
}
.sl-list3 ul li:nth-child(even) .txt{
    float: left;
}
.sl-list3 ul li:nth-child(even) h4{
    text-align: right;
}



/*
-----------------[发展历程1]--------------*/
.m-infor1{
    color: #666;
    text-align: center;
    margin-bottom: 35px;
}
.m-infor1 .g-tit1{margin-bottom: 45px;}
.m-infor1 .txt{line-height: 1.8em;padding-bottom: 25px;}
.m-infor1 .con{
    height: 498px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg06.png);
}
.m-infor1 .con .wp{position: relative;height: 100%;}
.m-infor1 .pic{
    position: absolute;
    left: 0;bottom: -34px;
    width: 50%;
}
.m-infor1 .pic img{display: block;width: 100%;}
.m-infor1 .txt1{
    height: 100%;
    float: right;
    width: 50%;
    font-size: 0;
    padding: 0 28px;
    color: #fff;
    text-align: left;
}
.m-infor1 .txt1 .box{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.m-infor1 .txt1:after{
    display: inline-block;
    vertical-align: middle;
    width: 0;
    content: '';
    height: 100%;
}

.m-licheng{
    padding-bottom: 140px;
    background: url(../images/bg07.png) left bottom no-repeat;
    background-size: 100% auto;
}
.m-licheng .g-tit1{margin-bottom: 45px;}
.m-licheng .txt{
    color: #666;
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 25px;
}
.m-licheng ul{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    height: 1260px;
}
.m-licheng li{
    position: absolute;
    width: 45%;
}
.m-licheng li .con{
    position: relative;
    width: 100%;
    height: 100%;
}
.m-licheng li.l1{
    left: 0;top: 0;
    height: 100px;
    font-size: 24px;
    color: #fffefe;
    line-height: 1em;
    padding: 20px 30px;
    background-color: #e8303f;
}
.m-licheng li.l1 span{
    position: relative;
}
.m-licheng li.l1 span:after{
    position: absolute;
    content: '';
    left: 0;bottom: -16px;
    width: 25px;height: 1px;
    background-color: #fff;
}
.m-licheng li.l2{
    height: 550px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.m-licheng li.l3{
    top: 0;right: 0;
}
.m-licheng li.l4{
    top: 130px;left: 0;
}
.m-licheng li.l5{
    top: 580px;right: 0;
}
.m-licheng li.l6{
    top: 710px;left: 0;
}
.m-licheng li.l7{
    bottom: 0;right: 0;
}
.m-licheng li .txt1{
    position: absolute;
    padding: 20px;
    color: #fff;
    left: 15px;right: 15px;
    bottom: 15px;
    height: 110px;
    overflow: hidden;
    background-image: url(../images/bg08.png);
}
.m-licheng li:hover .txt1{
    height: 520px;
}
.m-licheng li .txt1 .tit{
    font-size: 12px;
    font-weight: bold;
}
.m-licheng li .txt1 .year{
    font-size: 36px;
    color: #fff;
    margin: 5px 0 10px;
}
.m-licheng li .txt1 p{line-height: 1.8em;}
.m-licheng li.l7{
    padding-top: 18px;
    height: 100px;
    background-color: #e8303f;
}
.m-licheng li.l7 .more{
    float: right;
    text-align: right;
    width: 67%;
    height: 64px;
    line-height: 62px;
    font-size: 14px;
    padding-right: 30px;
    border-bottom: 2px solid #f2f2f2;
}
.m-licheng li.l7 .more a{
    color: #fffefe;
    padding-left: 31px;
    background: url(../images/ico-sl07.png) left center no-repeat;
}

.m-infor2{
    height: 600px;
    margin-bottom: 100px;
    background-image: url(../images/bg09.png);
}
.m-infor2 .wp{height: 100%;}
.m-infor2 .pic{
    float: left;    
    width: 44%;
    margin-top: -55px;
}
.m-infor2 .txt{
    float: right;
    width: 50%;
    font-size: 0;
    height: 100%;
}
.m-infor2 .txt .box{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
}
.m-infor2 .txt:after{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
    height: 100%;
}
.m-infor2 .txt .tit{
    position: relative;
    font-size: 24px;
    color: #333;
    margin-bottom: 45px;
}
.m-infor2 .txt .tit:after{
    position: absolute;
    content: '';
    left: 0;bottom: -15px;
    width: 25px;
    height: 1px;
    background-color: #333;
}
.m-infor2 .txt .desc{
    width: 84%;
    line-height: 1.8em;
    margin-bottom: 45px;
    font-size: 16px;
}
.sl-list2{
    text-align: center;
}
.sl-list2 li{
    display: inline-block;
    vertical-align: top;
    width: 102px;
    margin-right: 18px;
}
.sl-list2 li:last-child{margin-right: 0;}


/*
-----------------[德国标准]--------------*/
/*.row-a3{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg11.png);
}*/
.row-a3 .g-tit1{margin-bottom: 45px;}
.row-a3 .txt{
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 10px;
    /*margin-bottom: 35px;*/
}
.slider-list1-nav{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
}
.slider-list1-nav .item{
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    margin: 0 35px;
    text-align: center;
    cursor: pointer;
}
.slider-list1-nav .item.slick-current{
    color: #e8303f;
    border-bottom: 2px solid #e8303f;
}
.slider-list1-nav .slick-arrow{
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    top: 0;
    z-index: 2;
}
.slider-list1-nav .slick-prev{
    left: 0;
    background: url(../images/prev7.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.slider-list1-nav .slick-next{
    right: 0;
    background: url(../images/next7.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.slider-list1-nav .slick-prev:hover{
    background: url(../images/prev8.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.slider-list1-nav .slick-next:hover{
    background: url(../images/next8.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.sl-list6:after, .sl-list6:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.sl-list6{padding: 50px 0;margin: 0 -30px;}
.sl-list6 li{
    float: left;
    width: 25%;
    height: 310px;
    margin-bottom: 20px;
}
.sl-list6 .con{
    position: relative;
    display: block;
    margin: 0 30px;
    height: 100%;
    padding: 20px 30px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #fff;
}
.sl-list6 .con img{
    display: block;
    margin: 0 auto;
    height: 126px;
}
.sl-list6 .con .ico{
    margin: 0 auto;
    height: 126px;
}
.sl-list6 .con .year{
    font-size: 16px;
    color: #eb6265;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 15px;
}
.sl-list6 .con h4{
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
    font-weight: normal;
    display:-webkit-box;
    overflow: hidden;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}
.sl-list6 .con:after{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -12.5px;
    bottom: 20px;
    width: 25px;
    height: 2px;
    background-color: #dcdcdc;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.sl-list6 .con:hover{
    border-color: #eb6265;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.35);
    box-shadow: 0px 0px 20px rgba(0,0,0,.35);
}
.sl-list6 .con:hover:after{background-color: #e8303f;}
.sl-list6 li .more{
    display: block;
    margin: 0 30px;
    height: 180px;
    background: url(../images/ico-s01.png) center center no-repeat;
    background-size: auto 80px;
}
.slider-list1-for .slick-arrow{
    position: absolute;
    width: 85px;
    height: 45px;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    bottom: 90px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.slider-list1-for .slick-arrow:hover{border-color: #eb6265;}
.slider-list1-for .slick-prev{
    right: 145px;
    background: url(../images/prev-s1.png) center center no-repeat;
}
.slider-list1-for .slick-next{
    right: 55px;
    background: url(../images/next-s1.png) center center no-repeat;
}
.slider-list1-for .slick-prev:hover{
    background: #eb6265 url(../images/prev-s2.png) center center no-repeat;
}
.slider-list1-for .slick-next:hover{
    background: #eb6265 url(../images/next-s2.png) center center no-repeat;
}

/*
-----------------[以下部分要注释]--------------*/
/*.sl-list6{padding: 50px 0;}
.sl-list6 li{
    float: left;
    width: 25%;
}
.sl-list6 .con{
    position: relative;
    display: block;
    margin: 0 33px;
    height: 280px;
    padding: 20px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #bababa;
}
.sl-list6 .con img{
    display: block;
    margin: 0 auto 16px;
    height: 126px;
}
.sl-list6 .con .ico{
    margin: 0 auto 16px;
    height: 126px;
}
.sl-list6 .con h4{
    position: relative;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    display:-webkit-box;
    overflow: hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.sl-list6 .con:after{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -12.5px;
    bottom: 32px;
    width: 25px;
    height: 2px;
    background-color: #dcdcdc;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.sl-list6 .con:hover{
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.35);
    box-shadow: 0px 0px 20px rgba(0,0,0,.35);
}
.sl-list6 .con:hover:after{background-color: #e8303f;}*/
/*
-----------------[以上部分要注释]--------------*/

.slider-list2-for{margin-bottom: 50px;display: none !important;}
.slider-list2-for .item{
    margin: 0 20px;
    height: 370px;
    padding: 30px 0;
}
.slider-list2-for .item .con{
    position: relative;
    height: 100%;
    padding: 20px 30px;
    border-radius: 3px;
    border: 1px solid #eb6265;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.35);
    box-shadow: 0px 0px 20px rgba(0,0,0,.35);
}
.slider-list2-for .item img{
    display: block;
    margin: 0 auto;
    height: 126px;
}
.slider-list2-for .item .ico{
    margin: 0 auto;
    height: 126px;
}
.slider-list2-for .item .year{
    font-size: 16px;
    color: #eb6265;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 15px;
}
.slider-list2-for .item h4{
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
    font-weight: normal;
    display:-webkit-box;
    overflow: hidden;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}
.slider-list2-for .item .con:after{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -12.5px;
    bottom: 20px;
    width: 25px;
    height: 2px;
    background-color: #dcdcdc;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.slider-list2-for .item:hover:after{background-color: #e8303f;}

.slider-list2-for .slick-arrow{
    position: absolute;
    width: 85px;
    height: 45px;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    bottom: -30px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.slider-list2-for .slick-arrow:hover{border-color: #eb6265;}
.slider-list2-for .slick-prev{
    right: 51%;
    background: url(../images/prev-s1.png) center center no-repeat;
}
.slider-list2-for .slick-next{
    left: 51%;
    background: url(../images/next-s1.png) center center no-repeat;
}
.slider-list2-for .slick-prev:hover{
    background: #eb6265 url(../images/prev-s2.png) center center no-repeat;
}
.slider-list2-for .slick-next:hover{
    background: #eb6265 url(../images/next-s2.png) center center no-repeat;
}




.row-a5{
    padding-bottom: 100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg12.png);
}
.row-a5 .g-tit1{margin-bottom: 45px;}
.sl-list5{
    text-align: center;
    margin-bottom: 50px;
}
.sl-list5 a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 0 15px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background-color: #333;
    
}
.sl-list5 a span{
    position: absolute;
    top: -5px;left: -5px;
    width: 100%;height: 100%;
    display: block;
    border-radius: 3px;
    background-color: #eb6265;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.sl-list5 a:hover span,.sl-list5 a.on span{
    top: 0;left: 0;
}
.sl-list4{
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 25px 40px;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.35);
    box-shadow: 0px 0px 20px rgba(0,0,0,.35);
    background: #fff url(../images/ico-sl18.png) right bottom no-repeat;
}
.sl-list4 li{
    float: left;
    width: 48%;
    height: 55px;
    line-height: 53px;
    text-align: center;
    margin-bottom: 9px;
    overflow: hidden;
    border: 1px solid #eb6265;
}
.sl-list4 li:nth-child(even){float: right;}
.sl-list4 li .con{
    display: block;
    height: 100%;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
}
.sl-list4 li .con span{
    padding-left: 29px;
    background: url(../images/ico-sl19.png) left center no-repeat;
}

.sl-open{height: 0;overflow: hidden;}

.row-a4{
    padding-bottom: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg13.png);
}

.row-a4 .g-tit1{
    color: #fffefe;
    margin-bottom: 45px;
}
.row-a4 .g-tit1:after {
    background-color: #fff;
}
.row-a4 .txt{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.row-a4 .sl-list5{margin-bottom: 30px;}

.sl-list7{
    margin: 0 -50px;
    overflow: hidden;
}
.sl-list7 li{
    float: left;    
    width: 25%;
    margin-bottom: 20px;
}
.sl-list7 .con{
    margin: 0 50px;
}
.sl-list7 .con h4{
    font-size: 14px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.sl-list7 .pic{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 142%;
    margin-bottom: 12px;
    border: 5px solid rgba(0,0,0,0);
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.sl-list7 .pic img{
    position: absolute;
    display: block;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f6b5b7;
}
.sl-list7 .con:hover .pic{
    border: 5px solid #eb6265;
}

/*.slider-list2{margin-bottom: 20px;}*/

.slider-tp{
    text-align: center;
    font-size: 12px;
    color: #eb6265;
    margin: 10px 0;
}
.slider-tp span{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 35px;
    background: url(../images/ico-sl24.png) left center no-repeat;
}

.slider-bar{
    max-width: 1000px;
    margin: 0 auto;
    height: 8px;
    background-color: #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}
.slider-bar .bar{
    width: 0;
    height: 100%;
    border-radius: 3px;
    background-color: #eb6265;
}




/*
-----------------[产品系列专题]--------------*/

.box-specia2 .section-sl-6{
    position: relative;
    height: 850px;
    padding-top: 90px;
    overflow: hidden;
    background: url(../images/pic-sls9-06.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.box-specia2 .section-sl-6 .txt{
    float: right;
    font-size: 16px;
    color: #404040;
    width: 50%;
}
.box-specia2 .section-sl-6 .pic{
    position: absolute;
    left: 0;bottom: -90px;
    width: 76%;
}

.box-specia2 .section-sl-7{
    padding: 40px 0 25px;
    font-size: 16px;
    color: #404040;
    text-align: center;
    background-color: #f1f1f1;
}
.g-tit-special-1.s1 .d1:after{display: none;}
.box-specia2 .section-sl-7 .txt{
    max-width: 990px;
    margin: 0 auto;
}

.sl-img{
    display: block;
    width: 100%;
}
.box-specia2 .section-sl-9{
    height: 930px;
    padding-top: 80px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/pic-sls9-01.jpg);
}
.box-specia2 .section-sl-9 .pic{
    float: left;
    width: 61%;
}
.box-specia2 .section-sl-9 .pic img{
    display: block;
}
.box-specia2 .section-sl-9 .txt{
    float: right;
    width: 39%;
    font-size: 16px;
    color: #fff;
    padding: 65px 70px 0 45px;
}
.box-specia2 .section-sl-9 .txt h5{font-size: 18px;font-weight: normal;padding: 35px 0 15px;}

.box-specia2 .section-sl-10{
    height: 850px;
    padding-top: 75px;
    overflow: hidden;
    background-color: #f1f1f1;
}
.box-specia2 .section-sl-10 .pic{
    float: right;
    width: 41%;
}
.box-specia2 .section-sl-10 .pic img{
    display: block;
    margin: 0 auto;
}
.box-specia2 .section-sl-10 .txt{
    float: left;
    width: 58%;
    padding-top: 60px;
}
.box-specia2 .section-sl-10 .logo{
    display: inline-block;
    margin-top: 40px;
}

.box-specia2 .section-sl-11{
    padding: 90px 0 140px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/pic-sls9-03.jpg);
}
.box-specia2 .section-sl-11 .txt{
    float: right;
    width: 55%;
    font-size: 16px;
    color: #fffefe;
    padding-top: 50px;
}
.box-specia2 .section-sl-11 .pic{
    float: left;
    width: 45%;
}

.sl-list8{
    margin-top: 40px;
    overflow: hidden;
}
.sl-list8 li{
    float: left;
    text-align: center;
    margin-right: 60px;
}
.sl-list8 li .ico{
    display: block;
    height: 50px;
    margin: 0 auto;
}
.sl-list8 li p{
    white-space: nowrap;
    overflow: hidden;
}

.box-specia2 .section-sl-12{
    padding-top: 140px;
    overflow: hidden;
    height: 850px;
   /* background: url(../images/pic-sls9-04.jpg) 0 0 no-repeat;
    background-size: 100% 100%;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/pic-sls9-04.jpg);
}
.box-specia2 .section-sl-12 .pic{
    float: right;
    width: 35%;
    margin-right: -3%;
}
.box-specia2 .section-sl-12 .pic img{
    display: block;
    width: 100%;
}
.box-specia2 .section-sl-12 .txt{
    font-size: 16px;
    color: #fffefe;
    float: left;
    width: 50%;
}
.box-specia2 .section-sl-12 .txt p{
    max-width: 460px;
}
.box-specia2 .m-section-sl-12{
    display: none;
}
.box-specia2 .m-section-sl-12 .pic{
    padding-top: 15%;
    background: url(../images/pic-sls9-16.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.box-specia2 .m-section-sl-12 .pic img{
    width: 50%;
    margin: 0 auto;
}
.box-specia2 .m-section-sl-12 .txt{
    float: none;
    width: auto;
    font-size: 14px;
    color: #404040;
    padding: 30px 0;
}
.box-specia2 .section-sl-13{
    padding-top: 90px;
    overflow: hidden;
    background-color: #f9f9f9;
}
.box-specia2 .section-sl-13 .pic{
    float: right;
}
.box-specia2 .section-sl-13 .pic img{
    display: block;
    width: 100%;
}
.box-specia2 .section-sl-13 .txt{
    font-size: 16px;
    color: #404040;
    text-align: center;
    margin-bottom: 20px;
}
.box-specia2 .section-sl-14 .txt{
    padding: 20px 0 45px;
    text-align: center;
}
.box-specia2 .section-sl-14 .m-img{display: none;}
.box-specia2 .section-sl-14 .g-tit-special-1 .d1{margin-bottom: 20px;}
.g-tit-special-1.s1{margin-bottom: 25px;}
.box-specia2 .section-sl-15{
    height: 850px;
    padding-top: 90px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/pic-sls9-08.jpg);
}
.box-specia2 .section-sl-15 .txt{
    font-size: 14px;
    color: #404040;
}
.box-specia2 .section-sl-15 .txt h5{
    color: #333;
    margin-top: 20px;
}
.box-specia2 .section-sl-15 .txt .con{
    max-width: 470px;
    text-align: left;
}
.sl-list9{
    margin-top: 20px;
    overflow: hidden;
}
.sl-list9 li{
    float: left;    
    width: 29%;
    text-align: center;
}
.sl-list9 li:first-child{width: 12%;}
.sl-list9 li .ico{
    display: block;
    margin: 0 auto 5px;
    height: 51px;
}
.sl-list9 li p{
    font-size: 14px;
    color: #040404;
    white-space: nowrap;
    overflow: hidden;
}

.box-specia2 .section-sl-17{
    padding: 90px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/pic-sls9-09.jpg);
}

.sl-list10{overflow: hidden;margin: 0 -15px;}
.sl-list10 li{
    float: left;
    width: 20%;
    padding-bottom: 60px;
}
.sl-list10 .con{
    margin: 0 15px;
}
.sl-list10 .pic {  
    position:relative;
    -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255,255,255,.2) 0%, transparent 12%, transparent 100%);
}  
  
.sl-list10 .pic img {  
    display: block;
    z-index: -1;  
    height:309px;  
    width:215px;  
}  
  
.sl-list10 .pic:before {  
content:"";  
background: -moz-linear-gradient(top, white, white 30%, rgba(255,255,255,0.9) 65%, rgba(255,255,255,0.9)) 0px 0px,-moz-element(.sl-list10 .pic) 0px 0px no-repeat;  
/*百分比为调倒影的透明度*/  
-moz-transform: scaleY(-1);  
background-origin: padding-box, content-box;  
background-clip: padding-box, content-box;  
position:absolute;  
height: 40px;  
width: 215px;  
top: 309px;  
left:0px;  
} 

.sl-list10 h4{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1em;
    margin-top: 20px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.box-specia2 .section-sl-17 .qr{
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.box-specia2 .section-sl-17 .qr .pic{
    width: 100px;
    height: 100px;
    line-height: 94px;
    text-align: center;
    border-radius: 2px;
    border: 2px solid #e84044;
    background-color: #fff;
    margin: 0 auto;
}
.box-specia2 .section-sl-17 .qr .pic img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
.box-specia2 .section-sl-17 .qr p{
    line-height: 1em;
    margin-top: 15px;
}
.map-list{
    display: none !important;
    overflow: hidden;
    padding-bottom: 100px;
}
.map-list .item .tit{
    font-size: 18px;
    color: #fff;
    padding-left: 45px;
    height: 40px;
    line-height: 40px;
    background: #e60012 url(../images/png-sls9-04.png) 10px center no-repeat;
    background-size: 20px auto;
}
.map-list .item .con{
    padding: 20px;
    background-color: #ececec;
}
.map-list .item .con .pic{
    float: left;
    width: 65px;
    height: 65px;
}
.map-list .item .con .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.map-list .item .con .txt{
    margin-left: 85px;
    font-size: 14px;
    color: #666;
}
.map-list .item .con .txt .subtit{
    font-size: 18px;
    color: #000;
    margin: 2px 0 10px;
}

.map-list .slick-arrow{
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    bottom: 25px;
    z-index: 2;
}
.map-list .slick-prev{
    right: 52%;
    background: url(../images/prev9.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.map-list .slick-next{
    left: 52%;
    background: url(../images/next9.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.map-list .slick-prev:hover{
    background: url(../images/prev10.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.map-list .slick-next:hover{
    background: url(../images/next10.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

/*
-----------------[工匠精神 第二版]--------------*/
.sl-list11{
    padding: 80px 0 50px;
}
.sl-list11 li{
    height: 750px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}
.sl-list11 .pic,.sl-list11 .txt{
    float: left;
    height: 100%;
}
.sl-list11 li:nth-child(even) .pic,.sl-list11 li:nth-child(odd) .txt{
    float: right;
}
.sl-list11 .pic{
    width: 73%;
    overflow: hidden;
}
.sl-list11 .txt{
    width: 27%;
    font-size: 0;
}
.sl-list11 .txt:after{
    display: inline-block;
    vertical-align: middle;
    width: 0;
    content: '';
    height: 100%;
}
.sl-list11 .txt .con{
    width: 325px;
    margin-left: 50px;
    font-size: 16px;
    color: #404040;
    display: inline-block;
    vertical-align: middle;
}
.sl-list11 li:nth-child(even) .txt{text-align: right;}
.sl-list11 li:nth-child(even) .txt .con{
    margin-left: 0;
    margin-right: 50px;
    text-align: left;
}
.sl-list11 .txt .con h4{
    font-size: 48px;
    font-weight: normal;
    color: #1e1e1e;
    line-height: 1.25em;
    margin-bottom: 38px;
}
.sl-list11 .txt .con p{
    line-height: 1.8em;
}

.sl-list11 .pic .img{
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -o-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    transition:1s;
}
.sl-list11 li:hover .pic .img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); 
    -ms-transform: scale(1.05); 
    -o-transform: scale(1.05); 
    transform: scale(1.05);
    transform-origin: 50% 50%;
}

.lwd80{
  width:100%; margin:0 auto;
  }
.wl-industry {
    position: relative;
}
.wl-industry .wli-img {
    width: 100%;
    height: 240px;
}
.wl-industry .wli-img ul {
    width: 100%;
    height: 100%;
    position: relative;
}
.wl-industry .wli-img li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.wl-industry .wli-img li .wrap {
    position: absolute;
    left: 0%;
    bottom: 7%;
}
.wl-more {
    position: relative;
    overflow: hidden;
    display: block;
    width: 120px;
    height: 30px;
    border-radius: 15px;
    background-color: rgba(255,255,255,0.4);
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -1px;
	margin-left:15px;
}
.wl-more span {
    display: inline-block;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), color 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.2s;
}

.wl-industry .wli-lstwrap {
    width: 100%;
}
.wl-industry .wli-lstwrap .line {
    position: absolute;
    width: 1px;
    height: 558px;
    background-color: #ffa8ae;
    left: 25%;
    z-index: 4;
}
.wl-industry .wli-lst {
    width: 100%;
    position: relative;
}
.wl-industry .wli-lst li.cur {
    z-index: 3;
	margin-bottom:0px;
}
.wl-industry .wli-lst li  a{color:rgba(255,255,255,0.8);}
.wl-industry .wli-lst li h2 a{color:rgba(255,255,255,1);}
.wl-industry .wli-lst li.cur a{    
    color:#333;
    width: auto;
    border-bottom: 0px;
    float: left;
    margin-right: 10px;
    height: 25px;
    line-height: 25px;}
.wl-industry .wli-lst li.first {
    background-color: #ef0808;
}
.wl-industry .wli-lst li.second {
    background-color: #d40000;
}
.wl-industry .wli-lst li.third {
    background-color: #c60001;
}
.wl-industry .wli-lst li.four {
    background-color: #b50505;
}
.wl-industry .wli-lst li.five {
    background-color: #a50505;
}
.wl-industry .wli-lst li.six {
    background-color: #980b0b;
}
.wl-industry .wli-lst li {
    width: 100%;
    height: 93px;
    line-height: 93px;
    position: relative;
    transition: .5s;
}

.wl-industry .wli-lst li.cur .a2 {
    background-color: #fff;
    position: absolute;
    top: -1%;
    left: -8%;
    width: 108%;
    height: 102%;
    z-index: 3;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
}

.wl-industry .wli-lst li .a2 {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: .5s;
}
.f-cb {
    zoom: 1;
}
.wl-industry .wli-lst li.cur .lft {
    background: url(../images/sy009.png) no-repeat 26px 17px;
    background-size: 70px auto;
    width: 29.6%;
	height:80px;
}
.wl-industry .wli-lst li.cur .lft span{ font-size:0px;}
.wl-industry .wli-lst li .lft {
    box-sizing: border-box;
    width: 23%;
    font-size: 36px;
    text-align: center;
}
.fl {
    float: left;
    display: inline;
}
.wl-industry .wli-lst li .rgt {
    width: 70%;
	text-align: left;
	    font-family: 微软雅黑;
}
.wl-industry .wli-lst li .rgt h2 {
    font-weight: normal;
    font-size: 24px;
    padding-left: 30px;
	line-height: 38px;
    margin-bottom: 5px;
    margin-top: 10px;

}
.wl-industry .wli-lst li.cur .rgt .p2 {
    display: block;
	color:#555;
}

.wl-industry .wli-lst li .rgt .p2 {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255,255,255,0.8);
    padding-left: 30px;
    padding-right: 20px;
	
}
.wl-industry .wli-lst li .rgt .p2 span{width:auto;padding-right: 10px; height:20px; line-height:20px;}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.wl-industry .wli-lst li.cur .hidewrap {
    display: block;
}
.wl-industry .wli-lst li .hidewrap {
    display: none;
    width: 100%;
    height: 100%;
}

.wl-industry .wli-lst li.cur .rgt h2 {
    color: #333;
    line-height: 38px;
    margin-bottom: 5px;
    margin-top: 10px;
	display: table;
}



.lmpro_info_2{
background-color:#384857; overflow:hidden;}
.lmpro_info_2 a{
display:inline-block; padding:0.55em 0.6em; color:#fff; border-right:1px #fff solid;font-size: 15px;font-weight: bold;}

.lmpro_info_2 a:hover,.lmpro_info_2 a.on{
background-color:#007cc3;}
.pinfo{margin-top: 30px;}
.pinfo p{text-indent: 2em;}